From: Glenn Morris Date: Wed, 11 Aug 2010 02:14:53 +0000 (-0700) Subject: * lisp/emacs-lisp/pcase.el: Fix copyright header. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~7000 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6070c2fe86c42895a3a0c2af99fedcb33685d9a0;p=emacs.git * lisp/emacs-lisp/pcase.el: Fix copyright header. --- diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el index 03d760b2df5..0b46eb2a301 100644 --- a/lisp/emacs-lisp/pcase.el +++ b/lisp/emacs-lisp/pcase.el @@ -1,6 +1,6 @@ ;;; pcase.el --- ML-style pattern-matching macro for Elisp -;; Copyright (C) 2010 Stefan Monnier +;; Copyright (C) 2010 Free Software Foundation, Inc. ;; Author: Stefan Monnier ;; Keywords: @@ -483,7 +483,7 @@ and if not, defers to REST which is a list of branches of the form (pcase-u1 matches code vars then-rest) (pcase-u else-rest)))) (t (error "Unkown QPattern %s" qpat)))) - + (provide 'pcase) ;;; pcase.el ends here